home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 727 / vertex / docs / chapters / 5-delete < prev    next >
Text File  |  1995-03-18  |  6KB  |  198 lines

  1. ====================================================================
  2. Delete Menu                     Vertex                      Page 5-1
  3.  
  4.  
  5.  
  6.     DELETE MENU:
  7.     
  8.     Function            FastKey                                Page
  9.     =================   =====================================  ====
  10.     All                 X-A                                     5-2
  11.     Vertices            X-V                                     5-2
  12.     Edges               X-E                                     5-2
  13.     Faces               X-F                                     5-2
  14.     Dup Faces           X-D                                     5-3
  15.     Dup Edges           X-X                                     5-3
  16.     Useless Edges       X-U                                     5-4
  17.     Useless Points      X-P                                     5-4
  18.     Internal Faces      X-I                                     5-4
  19.     Safety is On/Off    X-S                                     5-4
  20.  
  21.  
  22. Nearly all the delete functions will act upon selected objects. A
  23. selected vertex appears white, a deselected vertex is black. A
  24. selected edge is an edge with the vertices at either end being
  25. selected. A selected face has all three corner vertices selected.
  26.  
  27.  
  28. ====================================================================
  29. Delete: Delete All              Vertex                      Page 5-2
  30.  
  31.  
  32.  
  33. Function:   Delete All
  34. FastKey:    X-A
  35.  
  36. Description:
  37.  
  38. Delete all will delete everything currently in memory. You will first
  39. be presented with a requestor asking if you are sure about deleting
  40. everything.
  41.  
  42.  
  43.  
  44. ====================================================================
  45. Delete: Delete Selected
  46.  
  47.  
  48.  
  49. Function:   Delete Selected Vertices
  50. Fast Key:   X-V
  51.  
  52. Description:
  53.  
  54. This enables you to delete only the vertices you have selected. no
  55. requester appears asking if it is okay to do so, but you may Undo this
  56. if you have set undo to be on.
  57.  
  58.  
  59.  
  60. ====================================================================
  61. Delete: Delete Edges
  62.  
  63.  
  64.  
  65. Function:   Delete Selected Edges
  66. FastKey:    X-E
  67.  
  68. Description:
  69.  
  70. Only edges with both vertices selected will be deleted. If any face is
  71. associated with any selected edge, it will also be deleted.
  72.  
  73.  
  74.  
  75. ====================================================================
  76. Delete: Delete Faces
  77.  
  78.  
  79.  
  80. Function:   Delete Selected Faces
  81. FastKey:    X-F
  82.  
  83. Description:
  84.  
  85. Only faces with all three vertices selected will be deleted. Any
  86. edges are also selected wil be left intact. 
  87.  
  88.  
  89. ====================================================================
  90. Delete: Delete Duplicate Faces  Vertex                      Page 5-3
  91.  
  92.  
  93.  
  94. Function:   Delete Duplicate Faces
  95. FastKey:    X-D
  96.  
  97. Description:
  98.  
  99. Since many file formats save each face twice, you may wish to delete
  100. the duplicate ones while editing your objects. Be warned, this routine
  101. is not converted to assembly language yet, so it may take a little
  102. time to execute. It may take up to 20 minutes to execute when you have
  103. 15000 faces in memory.
  104.  
  105.  
  106.  
  107. ====================================================================
  108. Delete: Delete Duplicate Edges
  109.  
  110.  
  111.  
  112. Function:   Delete Duplicate Edges
  113. FastKey:    X-X
  114.  
  115. Description:
  116.  
  117. Similar to deleting duplicate faces, this routine will free up memory
  118. and go a long way towards "cleaning up" an object. This routine is
  119. written in assembly, ans should operate much faster than the face
  120. deleting function.
  121.  
  122. Normal operation should not require this function. However, reading
  123. some file types may require this function. Check out the EULR: number
  124. in the information display. This number represents the total number of
  125. vertices plus the total number of faces, minus the total number of
  126. edges in an object. If this number is extremely high, or low (say
  127. -145), then you may try this function, and delete duplicate faces, to
  128. clean up the object.
  129.  
  130.  
  131. ====================================================================
  132. Delete: Delete Useless Edges                                Page 5-4
  133.  
  134.  
  135.  
  136. Function:   Delete Useless Edges
  137. FastKey:    X-U
  138.  
  139. Description:
  140.  
  141. When I did the Overlap-Fuse routine, I decided to delete the unneeded
  142. faces between the fused objects. A side effect of this was a routine
  143. called "Delete Useless Edges". A useless edge is one which is not part
  144. of any face. This routine does not require the edges to be selected,
  145. so be careful. You may want to use this function after doing an
  146. extrude, as currently there are "useless" edges in the center of
  147. certain extruded objects.
  148.  
  149.  
  150.  
  151. ====================================================================
  152. Delete: Delete Useless Points
  153.  
  154.  
  155.  
  156. Function:   Delete Useless Points
  157. FastKey:    X-P
  158.  
  159. Description:
  160.  
  161. This is similar to delete useless edges, in that it will delete all
  162. vertices, selected or not, which are not part of an edge or face.
  163.  
  164.  
  165. ====================================================================
  166. Delete: Delete Internal Faces
  167.  
  168.  
  169.  
  170. Function:   Delete Internal Faces
  171. FastKey:    X-I
  172.  
  173. Description:
  174.  
  175. This command used to delete all faces and the interbal edges associated
  176. with them. Now, it will delete all selected faces, and the edges which 
  177. are no longer needed by those faces.
  178.  
  179. For flat objects, this is a nice way to quickly create an outline of your
  180. object, suitable for extrusion, lathing, etc.
  181.  
  182. ====================================================================
  183. Delete: Safety On/Off
  184.  
  185.  
  186.  
  187. Function:   Safety On/Off
  188. FastKey:    X-S
  189.  
  190. Description:
  191.  
  192. This command will toggle the Delete-All verify requester. When the
  193. option is ON, the requester will always appear when you ask to delete
  194. all from the work space. Otherwise, everything will be deleted, and
  195. you will have no chance to cancel the operation (although you can
  196. still UNDO it, if you have undo on)
  197.  
  198.